home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / prolog / sbprolog / amiga / modlibsr.zoo / $read_curr_op.P < prev    next >
Text File  |  1988-09-15  |  2KB  |  52 lines

  1. /*  This is the file of operators for read/1 and read/2.  It really
  2.     belongs in the file $read.P, but is here so that the assembler won't
  3.     optimize away the indirect linkages to it, thereby allowing op
  4.     declarations to be handled correctly.  -- S. Debray, Dec 22, 1987.  */
  5.  
  6. $read_curr_op(1200,xfx,(':-')).
  7. $read_curr_op(1200,xfx,('-->')).
  8. $read_curr_op(1200,fx,(':-')).
  9. $read_curr_op(1198,xfx,('::-')).
  10. $read_curr_op(1100,xfy,';').
  11. $read_curr_op(1050,xfy,'->').
  12. $read_curr_op(1000,xfy,',').
  13. $read_curr_op(900,fy,not).
  14. $read_curr_op(900,fy,'\+').
  15. $read_curr_op(900,fy,spy).
  16. $read_curr_op(900,fy,nospy).
  17. $read_curr_op(1150,fy,(mode)).
  18. $read_curr_op(1150,fy,(public)).
  19. $read_curr_op(1150,fy,(dynamic)).
  20. $read_curr_op(700,xfx,'=').
  21. $read_curr_op(700,xfx,is).
  22. $read_curr_op(700,xfx,'=..').
  23. $read_curr_op(700,xfx,'?=').
  24. $read_curr_op(700,xfx,'\=').
  25. $read_curr_op(700,xfx,'==').
  26. $read_curr_op(700,xfx,'\==').
  27. $read_curr_op(700,xfx,'@<').
  28. $read_curr_op(700,xfx,'@>').
  29. $read_curr_op(700,xfx,'@=<').
  30. $read_curr_op(700,xfx,'@>=').
  31. $read_curr_op(700,xfx,'=:=').
  32. $read_curr_op(700,xfx,'=\=').
  33. $read_curr_op(700,xfx,'<').
  34. $read_curr_op(700,xfx,'>').
  35. $read_curr_op(700,xfx,'=<').
  36. $read_curr_op(700,xfx,'>=').
  37. $read_curr_op(661,xfy,'.').    /* !! */
  38. $read_curr_op(500,yfx,'+').
  39. $read_curr_op(500,yfx,'-').
  40. $read_curr_op(500,yfx,'/\').
  41. $read_curr_op(500,yfx,'\/').
  42. $read_curr_op(500,fx,'+').
  43. $read_curr_op(500,fx,'-').
  44. $read_curr_op(500,fx,'\').
  45. $read_curr_op(400,yfx,'*').
  46. $read_curr_op(400,yfx,'/').
  47. $read_curr_op(400,yfx,'//').
  48. $read_curr_op(400,yfx,'<<').
  49. $read_curr_op(400,yfx,'>>').
  50. $read_curr_op(300,xfx,mod).
  51. $read_curr_op(200,xfy,'^').
  52.